home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / game / 2play / FreeCiv1.7-040.lha / FreeCiv / README_Amiga < prev    next >
Text File  |  1998-09-08  |  3KB  |  102 lines

  1. This is Freeciv 1.7 AMIGA compile for Xgeek!
  2.  
  3.  
  4. FILES
  5.  
  6.    Needed files:
  7.  
  8.       FreeCiv1.7-020.lha  OR  FreeCiv1.7-040.lha
  9.       FreeCiv1.7-dat.lha
  10.       FreeCiv1.7-xpm.lha
  11.  
  12.       FreeCiv1.7-src.lha (only needed for recompile)
  13.  
  14.       (from Aminet, e.g. ftp://wuarchive.wustl.edu/systems/amiga/aminet/)
  15.  
  16.  
  17.    Additionally needed files when using AmiWin (registered):
  18.  
  19.       X-11R6.3-ixlib-bin.tgz
  20.  
  21.       (from Geek Gadgets, e.g. http://www.ninemoons.com/ or on CD (!!) )
  22.  
  23.  
  24.    Additionally needed files when using AmiWin (unregistered):
  25.  
  26.       X-11R6.3-ixlib-bin.tgz
  27.       X-11R6.3-fonts-bin.tgz
  28.  
  29.       (from Geek Gadgets, e.g. http://www.ninemoons.com/ or on CD (!!) )
  30.  
  31.    NOTE: '.tgz' means '.tar.gz'! So you maybe need a GUNZIP tool to unpack
  32.          the file(s) - this creates a '.tar' file - and a TAR tool to
  33.          list/extract the files inside of the '.tar' file !! These tools
  34.          are available from Aminet, too.
  35.  
  36.  
  37. INSTALLATION:
  38.  
  39. Unpack FreeCiv to wherever you like. Start "InstallXPM" to install
  40. the libXpm.ixlibrary to GG:Sys/libs (it is included in the GG package,
  41. but as src only). Read README_Amiga for hints how to start.
  42.  
  43. If you use AmiWin, you should first unpack FreeCiv to wherever you like.
  44. Then copy libXpm.ixlibrary by hand to LIBS:. Unpack X-11R6.3-ixlib-
  45. bin.tgz and copy the files from the Sys/Libs/ directory to LIBS:. The
  46. other dirs aren't useful for you.
  47.  
  48. If you use the unregistered version of AmiWin, you should register ;-).
  49. Or you unpack X-11R6.3-fonts-bin.tgz and copy the whole directory
  50. X11R6.3/lib/X11/fonts/misc to AmiWin/x11/lib/x11/fonts/misc (you should
  51. first backup your old 'misc'). Perform all the steps from above, too.
  52.  
  53.  
  54. USAGE:
  55.  
  56. Start your TCP/IP stack LOCALLY (you don't need a connection to your internet
  57. provider if you play locally, but server and client communicate via IP).
  58. Start the XServer (Xgeek: see GeekGadgets docs for usage - AmiWin: see AmiWin
  59. docs for usage; it's not that easy :-( ). This should open a new screen. Go
  60. back to workbench.
  61.  
  62. Open a shell, cd into the FreeCiv directory. Type
  63.  
  64.     Stack 100000
  65.     civserver -n
  66.  
  67. You should see
  68.  
  69.     Freeciv version 1.7.0 server
  70.     > 1: Now accepting new client connections
  71.  
  72. Now the FreeCiv server is running. Let's start the client. Open a second shell,
  73. cd into FreeCiv dir. Type
  74.  
  75.     setenv DISPLAY "localhost:0"
  76.     Stack 300000
  77.     civclient 
  78.  
  79. Now you should change back to your XServer screen where the client window
  80. appears. See README and HOWTOPLAY for further usage and tips.
  81.  
  82.  
  83. ADAPTATION:
  84.  
  85. Only one little modification had to be done to compile and use it with the
  86. GeekGadgets package: The X-Server Xgeek doesn't seem to handle the keypad
  87. keys right, so I had to change the internal mapping. As a side effect you
  88. can play FreeCiv even without a keypad at all (A600).
  89. There are versions for 020 and 040; automatic stack extension is turned off,
  90. so always use a large stack (100000-300000 should be enough).
  91.  
  92.  
  93. CREDITS & CONTACT:
  94.  
  95. Please read CREDITS for all the people involved in creating this great game!
  96.  
  97. Big thanks and respect go out to the FreeCiv team (very good and easy to port
  98. work!) and the GeekGadgets team (the AMIGA community is indebted to you guys!).
  99.  
  100. AMIGA modifications and compile were done by Sebastian Huebner <cyco@gmx.de>.
  101. Please contact me, when you have problems with the Amiga version of FreeCiv.
  102.